From 7ec898cd120c6a23365e2b9eef8826003652126f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 14 Jan 2026 22:05:59 +0000 Subject: [PATCH] [PATCH] Add missing includes Needed for uint8_t and uint16_t. Building with GCC 16 fails without this change. Change-Id: I8894806940e22a13f971e5bf62f0f32d2d91a4ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197303 Tested-by: Jenkins Reviewed-by: Stephan Bergmann Gbp-Pq: Name gcc16.diff --- configure.ac | Bin 598317 -> 598511 bytes include/vcl/filter/PDFiumLibrary.hxx | 1 + oox/inc/drawingml/textbodycontext.hxx | 2 ++ .../textparagraphpropertiescontext.hxx | 1 + 4 files changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 46f554436fb33f248370db0d432389a116a874c7..66b33f35436b58f8cbfc56df4cd93c08f18f6b0c 100644 GIT binary patch delta 115 zcmZ2`Nag)um4+6^7N!>F7M2#)Eo@p=)7ykuRHwzVa8Ea=ViDY~X2ll6IGue38}Ic0 wjV%1r7u&JfZ$D_w_JIXe;dFZwHj(KE9oSZ&Dt2gJ>Bt7e?Aup5aF7M2#)Eo@p=+w-m1A{eK$*t6MhSF&OIz%pITnoV$eh9lc@ Ukf1|*wi6o=vv1FK;%K=K00Rvb=l}o! diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx index 341c07cdeff..072afe9d395 100644 --- a/include/vcl/filter/PDFiumLibrary.hxx +++ b/include/vcl/filter/PDFiumLibrary.hxx @@ -11,6 +11,7 @@ #pragma once #include +#include #include diff --git a/oox/inc/drawingml/textbodycontext.hxx b/oox/inc/drawingml/textbodycontext.hxx index 36a2e1d9791..debed75bccb 100644 --- a/oox/inc/drawingml/textbodycontext.hxx +++ b/oox/inc/drawingml/textbodycontext.hxx @@ -20,6 +20,8 @@ #ifndef INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX #define INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX +#include + #include #include #include diff --git a/oox/inc/drawingml/textparagraphpropertiescontext.hxx b/oox/inc/drawingml/textparagraphpropertiescontext.hxx index f0e120b2da7..6a002451e49 100644 --- a/oox/inc/drawingml/textparagraphpropertiescontext.hxx +++ b/oox/inc/drawingml/textparagraphpropertiescontext.hxx @@ -21,6 +21,7 @@ #define INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPHPROPERTIESCONTEXT_HXX #include +#include #include #include -- 2.30.2